Update 5.38.0

New: A user can now create an account without using a password, if the browser and device they are using supports Web Authentication. This uses bio-metrics like face or thumbprint recognition if available.

New: The system detects the browser, device type and whether the a mobile device and creates a record of that device when a user signs up or logs in. This helps determine if a user automatically logs in on that device. The user can delete devices they are no longer using for login.

Fix: Block cross-site form spam.

Update 4.19.7

Fix: Block cross-site form spam.

Update 3.20.1

Fix: Block cross-site form spam.

Update 5.37.1

Update: Developer and Powered By images.

Fix: Fix to base styles fore color.

Fix: When importing with an existing file name, it was not using the imported file name.

Fix: When adding a new industry or tag set, checking for exisitng file name could be invalid.

Fix: To definition inspector styling.

Update 5.37.0

New: Client side styles now allow for dark and light modes.

New: The system will look for the default page image in /images/defaults/ with a name matching the definition file name of the object or method being merged. If not found it will find a match to inherited objects then finally to the application default image. For example, if the object being merged is the collection blog posts and definition file name is blog then the system will look for the following:

  • /images/defaults/blog.png
  • /images/defaults/blog.jpg
  • /images/defaults/articles.png
  • /images/defaults/articles.jpg
  • /images/defaults/website.png
  • /images/defaults/website.jpg

New: A user can now be added with just an email address.

Fix: To the BusinessCollection.RelativeURLPath generation with filter expressions.

Fix: When a Template.PageImage included an expression it wasn't merged.

Fix: Fix to client side scripts and stylesheets.